Papers with F1 improvement
LATEX-Numeric: Language Agnostic Text Attribute Extraction for Numeric Attributes (2021.naacl-industry)
Copied to clipboard
| Challenge: | Existing methods for training numeric attributes are based on manual labeling and distant supervision leads to incomplete training annotations. |
| Approach: | They propose a multi-task learning architecture to deal with missing attribute values in training data, removing dependency on manual annotations. |
| Outcome: | The proposed framework improves on 20 numeric attributes extracted from 5 product categories and 3 english marketplaces with language-agnostic performance. |
Overcome Noise and Bias: Segmentation-Aided Multi-Granularity Denoising and Debiasing for Enhanced Quarduples Extraction in Dialogue (2024.emnlp-main)
Copied to clipboard
| Challenge: | Existing methods for generating sentiment quadruples in dialogues face heightened noise and order bias challenges, leading to decreased robustness and accuracy. |
| Approach: | They propose a Segmentation-Aided multi-grained denoising and debiasing method to address noise and order bias challenges in ABSA. |
| Outcome: | The proposed method achieves word-level denoising and utterance-level demoising via topic-aware dialogue segmentation. |
Cross-lingual Alignment Methods for Multilingual BERT: A Comparative Study (2020.findings-emnlp)
Copied to clipboard
| Challenge: | Multilingual BERT (mBERT) has shown reasonable capability for zero-shot cross-lingual transfer when fine-tuned on downstream tasks. |
| Approach: | They propose to use parallel corpora and rotational alignment methods to improve transfer performance in a zero-shot setting. |
| Outcome: | The proposed method improves rotation-based alignment on Name Entity Recognition and Semantic Slot Filling tasks. |
Breaking the Generator Barrier: Disentangled Representation for Generalizable AI-Text Detection (2026.acl-long)
Copied to clipboard
| Challenge: | a rapid proliferation of large language models (LLMs) generate text that increasingly resembles human writing . this makes it difficult to capture subtle cues that distinguish AI-generated content from human-written content . |
| Approach: | They propose a framework that disentangles AI-detection semantics from generator-aware artifacts by latent encoding and perturbation-based regularization. |
| Outcome: | The proposed framework disentangles AI-detection semantics from generator-aware artifacts on 20 representative LLMs across 7 categories. |
RSGT: Relational Structure Guided Temporal Relation Extraction (2022.coling-1)
Copied to clipboard
| Challenge: | Temporal relation extraction (TRE) is crucial for natural language understanding. |
| Approach: | They propose a Temporal Relational Structure Guided Temporal Relations Extraction task to extract relational structure features that can fit for both inter-sentence and intra-sentent relations. |
| Outcome: | The proposed method improves on two well-known datasets, MATRES and TB-Dense, and can be used for clinical diagnosis and summarization. |
Using Review Combination and Pseudo-Tokens for Aspect Sentiment Quad Prediction (2025.findings-naacl)
Copied to clipboard
| Challenge: | Existing models confuse implicit and explicit sentiment, making it difficult to extract quadruples effectively. |
| Approach: | They propose a framework that leverages distinct labeled features from diverse reviews and incorporates pseudo-token prompts to harness the semantic knowledge of pre-trained models. |
| Outcome: | The proposed framework improves over four public datasets, averaging 1.99% F1 improvement, particularly in instances involving implicit sentiment. |
Modality Enriched Neural Network for Metaphor Detection (2020.coling-main)
Copied to clipboard
| Challenge: | Existing methods for detecting metaphors are limited due to ontological differences between metaphorical and non-metaphorical expressions. |
| Approach: | They propose a modality enriched deep learning model that integrates deep learning with effective linguistic insight to detect metaphors in texts. |
| Outcome: | The proposed model improves on previous models and shows that it can be used to detect metaphors in a language context. |
What-if I ask you to explain: Explaining the effects of perturbations in procedural text (2020.findings-emnlp)
Copied to clipboard
| Challenge: | QUARTET constructs explanations from paragraphs using procedural text . qartet achieves 18 points better on explanation accuracy compared to strong baselines on a recent process comprehension benchmark. |
| Approach: | They propose a system that constructs explanations from paragraphs by modeling the explanation task as a multitask learning problem. |
| Outcome: | The proposed system achieves 18 points better on explanation accuracy compared to strong baselines on a process comprehension benchmark. |
Open-Domain Hierarchical Event Schema Induction by Incremental Prompting and Verification (2023.acl-long)
Copied to clipboard
| Challenge: | Recent methods for event schema induction use information extraction systems to construct event graph instances from documents . compared to the previous state-of-the-art closed-domain schema inducing model, human assessors were able to cover 10% more events when translating the schemas into coherent stories . |
| Approach: | They propose to treat event schemas as commonsense knowledge that can be derived from large language models. |
| Outcome: | The proposed method simplifies the schema induction process and improves readability. |
Contextual Label Projection for Cross-Lingual Structured Prediction (2024.naacl-long)
Copied to clipboard
| Challenge: | Prior work favors simplified label translation or relying on word-level alignments for label projection. |
| Approach: | They propose a novel approach CLaP which translates text to target language and performs *contextual translation* on the labels using the translated text as the context. |
| Outcome: | The proposed approach improves translation accuracy on two prediction tasks and shows 2.4 F1 improvement for EAE and 1.4 F1 for named entity recognition. |
Learning to Ask Unanswerable Questions for Machine Reading Comprehension (P19-1)
Copied to clipboard
| Challenge: | Existing models for extractive reading comprehension are not good at deciding whether no answer is presented in the context. |
| Approach: | They propose a data augmentation technique by automatically generating relevant unanswerable questions according to an answerable question paired with its corresponding paragraph that contains the answer. |
| Outcome: | The proposed model performs better on the SQuAD 2.0 dataset than the baseline model and the BERT-large model. |
Generative Aspect-Based Sentiment Analysis with Contrastive Learning and Expressive Structure (2022.findings-emnlp)
Copied to clipboard
| Challenge: | Existing methods struggle with implicit aspects and opinions, such as "it took an hour to be seated". |
| Approach: | They propose two techniques for improved structured generation for ACOS quadruple extraction. |
| Outcome: | The proposed model improves on three ACOS datasets and shows significant improvement on implicit aspect and opinion splits. |
ner and pos when nothing is capitalized (D19-1)
Copied to clipboard
| Challenge: | Named entity recognition and part of speech tagging require capitalization in training. |
| Approach: | They propose to modify only the casing of the train or test data using lowercasing and truecasing methods to modify the cassing of a model with high performance on both cased and uncased text. |
| Outcome: | The proposed model improves mention detection on noisy out-of-domain Twitter data by 8%. |
SNaRe: Domain-aware Data Generation for Low-Resource Event Detection (2025.emnlp-main)
Copied to clipboard
| Challenge: | Existing methods for ED struggle with label noise and domain drift when applied to specialized domains. |
| Approach: | They propose a domain-aware synthetic data generation framework composed of three components: Scout, Narrator, and Refiner. |
| Outcome: | The proposed framework outperforms baseline approaches on three diverse domain ED datasets and achieves average F1 gains of 3-7% in the zero-shot/few-shot settings and 4-20% improvement for multilingual generation. |